Is it possible to specify which date format I want to be returned when I do a GET request? I’m mostly looking at Maintenance Windows and On-Call Schedules to be able to do this.
Specify date format on GET request
No, you’d get back ISO8601 and then you could transform that format in your script as needed.